-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple patches to lfmcmc #34
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #34 +/- ##
==========================================
+ Coverage 83.96% 84.00% +0.03%
==========================================
Files 42 42
Lines 2763 2769 +6
==========================================
+ Hits 2320 2326 +6
Misses 443 443 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What you have here looks good, my only feedback is to add tests for the new burnin feature. I'm happy to do this, if you'd like.
…ld into lfmcmc-updates-nov2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, but I don't understand the Codacy notice or if we should be worried about it
This fixes a couple of bugs. The main one: the vector containing the sampled parameters wrongly contained the first few sampled statistics. We were able to catch this with smaller samples (e.g., 10) where the differences in magnitude were more evident. In addition, it adds a couple of methods for extracting data from the LFMCMC class.
This also includes the example I wrote for @kkhader.